home *** CD-ROM | disk | FTP | other *** search
- ; To install on Hard Disk, make sure you have these 3 files:
- ; Disables caches for any CPU other than 68020
- ;
- ; Itchy & Scratchy 4.info
- ; Itchy & Scratchy 4
- ; Itchy & Scratchy 4.exe
- ;
-
- IF NOT EXISTS "Itchy & Scratchy 4.exe"
- echo "WARNING: Can't find Itchy and Scratchy 4.exe "
- echo " "
- assign >NIL: exists "Itchy & Scratchy IV:"
- IF WARN
- echo "Insert the Itchy & Scratchy disk, then double click this icon"
- ask "to copy Itchy & Scratchy 4.exe "
- ELSE
- echo "Found ITCHY & SCRATCHY IV disk in drive."
- echo "Copying executable file from floppy..."
- copy "Itchy & Scratchy IV:Itchy & Scratchy 4.exe" "" COM
- echo " "
- ask "Now close this window and try again."
- ENDIF
- ELSE
- IF EXISTS c:cpu
- CPU >NIL: CHECK 68020
- IF WARN
- CPU >NIL: NOCACHE
- ENDIF
- ENDIF
- "Itchy & Scratchy 4.exe" >NIL:
- IF EXISTS c:cpu
- CPU >NIL: CACHE
- ENDIF
- ENDIF
-